home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _9A50333A125743B4AB369E7F931390EB < prev    next >
Encoding:
Text File  |  2000-03-17  |  940 b   |  53 lines

  1. This menu demonstrates some of the simple layout controls of the menu system
  2.  
  3. <stm>
  4. <include tints>
  5.  
  6. <backdrop tile "backdrop/web_bg">
  7.  
  8. <font type title tint normaltext atint hilitetext>
  9.  
  10. <hr width 200>
  11.  
  12. <left>
  13. LEFT
  14. <right>
  15. RIGHT
  16. <center>
  17. CENTER
  18.  
  19. <hr width 200>
  20.  
  21. <left>
  22. LEFT<hbr>
  23. <right>
  24. RIGHT<hbr>
  25. <center>
  26. CENTER
  27.  
  28. <hr width 200>
  29.  
  30. <font type medium>
  31.  
  32. <right>
  33. These words appear in reverse order
  34. <left>
  35. These words appear in order
  36.  
  37. <hr width 200>
  38.  
  39. <center>
  40. Not good with spaces.<hbr>
  41. <hbr>
  42. "Much better at handling spaces in quotes"<hbr>
  43.  
  44. <hr width 200>
  45.  
  46. <normal>
  47. Normal text just appears left to right as you would expect - automatically carriage returning at the end
  48. of a line. The carriage returns in the rmf document are ignored. Note how each word is highlighted individually.
  49.  
  50. </stm>
  51.  
  52. Anything past the </stm> is ignored completely - it is a good place to put comments like this :)
  53.